home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / rs0422.zip / UPDATES < prev   
Text File  |  1990-07-12  |  3KB  |  50 lines

  1. facility.c - numeric address does not set reserved bits in ssid
  2. 6/19/90      kantronics says that it is causing them problems and that
  3.              the ver 2.1 spec says that when they are 0 it means it's an
  4.              extended callsign. need to check the ver 2.0 spec as well as 2.1
  5.              for restrictions on the digi fields
  6.  
  7. l3calls.c  - in adcsgn (within an old #if 0) does not copy all ssid but E bit
  8.  
  9. misc.c     - l2_adr does not set R bits for numeric address, see above
  10. 6/19/90
  11.  
  12. ax25l2.c   - fix T3 for ax25l2V1, right now it is never set
  13. 6/19/90    - Reset T2 (if running) when a packet is received, but ignored
  14.            * note: problem was setting for resp (T2) would time out during
  15.            * the second good packet (ie good, bad, good)
  16.            * increased L2 T2 from 3 to 4 and L3 T3 from 2 to 4
  17.  
  18. config.c   - need to add password code, also need bbRAM Key
  19.  
  20. boot.as    - need to consider retaining applications and connect text on PF
  21.              may need checksum on code segment (yuk)
  22.  
  23. calsetup.c - should make C ROSE-3 an application, should have eprom subroutine
  24.              that prints callsign and address with rose banner, along with an
  25.              optional Translates subtitle for the international version
  26.  
  27. misc.c     - glcnlow, glcnhigh - need to modify such that vc#'s 1-254 are ok
  28. 6/17/90      and treat MaxVC only as the COUNT of the number of vc's allowed.
  29.              for compatibility may want to still generate VC's in 1..maxvc
  30.              but allow any on inbound call up to count of maxvc (in level3.c)
  31.  
  32. space      * performed space optimizations using x = y ? z1 : z2; with old in #if 0
  33.            * updated; misc.c level3.c facility.c ax25l2.c
  34.  
  35. misc.c     - Fixed Major bug that has been in the code since BEFORE 060289
  36.            * on level 3 restart for a user (or unconfigured switch inbound)
  37. 6/29/90    * switch would likely crash if there were no pending calls, and
  38.            * why would there be any, since the unknown switch called US!
  39.  
  40. l2conreq.c - If a user tried to connect using the switch as a digi and also
  41. upcalls.c  * used a second digi (ie no network address) a NO PEER would show
  42. 7/4/90     * up that did not say NO PEER in the users display (would just
  43.            * have garbage...)
  44. l2conreq.c - if we get a conreq that is against the rules we now ignore it
  45. 7/12/90    * so the user would realize that something is wrong and check
  46.            * check it out in the manual! (RTFD???)
  47.  
  48. misc.c     - now also allow for L to be translated to a 1 in x.121 address
  49. 7/12/90
  50.